Cleanup fallout from redesigning mouse highlight.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2010 10:03:17 +0000 (12:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2010 10:03:17 +0000 (12:03 +0200)
commit36f4c88d2fcb250044f76e50db76d0723b7f4873
tree414f276301b7c0cc7601935778bbd7c126207e83
parent5551db8be0a700e156846f6ce869dbee1c434b61
Cleanup fallout from redesigning mouse highlight.

 dispextern.h (tty_draw_row_with_mouse_face): Add prototype.
 xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS.
 Call tty_draw_row_with_mouse_face on MSDOS as well.
 msdos.c (tty_draw_row_with_mouse_face): Renamed from
 draw_row_with_mouse_face.  Make the argument list identical to the
 GPM implementation.
 msdos.h (Display_Info): Restore typedef.
src/ChangeLog
src/dispextern.h
src/msdos.c
src/msdos.h
src/xdisp.c